Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4017 +/- ##
=======================================
Coverage 97.41% 97.41%
=======================================
Files 37 37
Lines 1470 1470
Branches 472 472
=======================================
Hits 1432 1432
Misses 38 38
🚀 New features to boost your workflow:
|
amanmahajan7
left a comment
There was a problem hiding this comment.
Correct me if I am wrong but plugin-dts does not use TS compiler to generate d.ts files?
|
https://tsdown.dev/options/dts#with-isolateddeclarations
Should we add |
We'd have to add a lot of return types. Not impossible, but also not sure it's worth it for RDG's size. You can try by enabling > npx tsc --build tsconfig.src.json
...
Found 96 errors.And with TSGO/TS7 being much faster, the gains from using |
No description provided.